home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7023 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: crux4.cit.cornell.edu!fkrj
  2. From: fkrj@crux4.cit.cornell.edu (Benjamin Kenobi)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: DOS Handler question
  5. Date: 6 Apr 1996 18:17:09 GMT
  6. Organization: Cornell University
  7. Sender: do12@cornell.edu (Verified)
  8. Message-ID: <4k6cf5$cha@newsstand.cit.cornell.edu>
  9. NNTP-Posting-Host: crux4.cit.cornell.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12.  
  13.  
  14. I'm looking for information (or sample code) dealing with writing a custom
  15. DOS-handler.  Here's what I want to do:
  16.  
  17. I'd like to write a tape-worm like handler that will work on TAR files
  18. (written on tape of course).  In other words, you would create a TAR file
  19. on tape and then use this handler to access the files in the archive as if
  20. they were on a DOS-device.  Once the TAR file is created, you would have to
  21. run a special program once which scans the TAR file and builds a list of 
  22. where the files exist on the tape.  Why do I want to do this?
  23.  
  24. 1. I tried tapeworm.  It is nice, but the proccess of putting the files
  25. into the archive is very slow and innefficient.  My tape drive won't stream,
  26. probably because tapeworm can't do "real" double bufferring.
  27.  
  28. 2. The TAR file format can be read on most computers.  If my machine breaks,
  29. I can still recover my files on another (non-amiga) computer.  This is not
  30. an easy task if your files were written with AmiBack, Tapeworm or Quarterback
  31. for example.
  32.  
  33. 3. I could then take TAR files on another computer and mount them as a device.
  34.  
  35.  
  36. I recently obtained a DAT drive, and so far I can't find a software solution
  37. that fits my needs.  Custom backup software is nice but you can't read it
  38. from other machines.  Tapeworm suffers the portability problem and
  39. additionally does not stream well.  TAR is portable but you can't take
  40. advantage of some drives' "Random Access" features.  So what I would like to
  41. write would solve all of these problems for me.  If anyone has any sample
  42. codes for DOS handlers, or for that matter comments on my idea in general
  43. please respond in this group or email.
  44.  
  45. Thank,
  46. Dan Oberlin
  47.  
  48. -----------------------------------------------------------------------------
  49.           ___         
  50.          ////   
  51.   ___   ////     PC's are a pain... 
  52.   \\\\ ////                     ...just Plug and Pray. 
  53.    \\\////              
  54.     \\\\/ AMIGA 4000/040            Intel outside, /\/\otorola within. 
  55. -----------------------------------------------------------------------------
  56.